github.com/klauspost/compress/flate.hcode.len (method)
18 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L278: cgnl[i] = litEnc.codes[i].len()
huffman_bit_writer.go#L283: cgnl[i] = offEnc.codes[i].len()
huffman_bit_writer.go#L427: w.nbits += c.len()
huffman_bit_writer.go#L475: value := uint(w.codegenEncoding.codes[codegenOrder[i]].len())
huffman_bit_writer.go#L668: newSize += int(w.literalEncoding.codes[endBlockMarker].len()) + newSize>>w.logNewTablePenalty
huffman_bit_writer.go#L855: nbits += c.len()
huffman_bit_writer.go#L883: nbits += c.len()
huffman_bit_writer.go#L932: nbits += c.len()
huffman_bit_writer.go#L1128: bits |= b.code64() << ((nbits + a.len()) & 63)
huffman_bit_writer.go#L1130: nbits += b.len() + a.len()
huffman_bit_writer.go#L1132: nbits += c.len()
huffman_bit_writer.go#L1160: nbits += c.len()
huffman_bit_writer.go#L1162: count += int(c.len())
huffman_code.go#L21: func (h hcode) len() uint8 {
huffman_code.go#L136: total += int(f) * int(h.codes[i].len())
huffman_code.go#L145: total += int(h.codes[f].len())
huffman_code.go#L159: total += int(f) * int(code.len())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |